home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / games / dom1 / print.rpp < prev    next >
Text File  |  1998-04-15  |  106b  |  10 lines

  1. { print/println }
  2.  
  3. var x:number;
  4. var y:string;
  5.  
  6. loop(x=1 to 10)
  7.  println("number: ", x);
  8. endl;
  9.  
  10.